// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02B TN_Widget.CreateTable([['Quad City Steamwheelers vs. Iowa Barnstormers','Vibrant Arena at The MARK','Moline, IL','Friday','5/17/2024','7:05 PM','6202398','Quad-City-Steamwheelers-vs--Iowa-Barnstormers-5-17-2024'],['Alabama - The Band','Vibrant Arena at The MARK','Moline, IL','Sunday','5/19/2024','7:00 PM','6294169','Alabama---The-Band-5-19-2024'],['Quad City Steamwheelers vs. Frisco Fighters','Vibrant Arena at The MARK','Moline, IL','Saturday','6/8/2024','7:05 PM','6202407','Quad-City-Steamwheelers-vs--Frisco-Fighters-6-8-2024'],['Quad City Steamwheelers vs. Green Bay Blizzard','Vibrant Arena at The MARK','Moline, IL','Saturday','6/22/2024','7:05 PM','6202409','Quad-City-Steamwheelers-vs--Green-Bay-Blizzard-6-22-2024'],['Quad City Steamwheelers vs. Sioux Falls Storm','Vibrant Arena at The MARK','Moline, IL','Saturday','7/6/2024','7:05 PM','6202410','Quad-City-Steamwheelers-vs--Sioux-Falls-Storm-7-6-2024'],['I Prevail & Halestorm','Ruoff Music Center','Noblesville, IN','Thursday','7/11/2024','6:00 PM','6303173','I-Prevail---Halestorm-7-11-2024'],['I Prevail & Halestorm','PNC Music Pavilion - Charlotte','Charlotte, NC','Saturday','8/3/2024','6:00 PM','6303190','I-Prevail---Halestorm-8-3-2024'],['I Prevail & Halestorm','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Wednesday','8/7/2024','6:00 PM','6303192','I-Prevail---Halestorm-8-7-2024'],['Nate Bargatze','Vibrant Arena at The MARK','Moline, IL','Friday','8/23/2024','7:00 PM','6374598','Nate-Bargatze-8-23-2024'],['Proud Tina - The Ultimate Tribute to Tina Turner','Vibrant Arena at The MARK','Moline, IL','Sunday','9/1/2024','5:00 PM','6422516','Proud-Tina---The-Ultimate-Tribute-to-Tina-Turner-9-1-2024'],['Dierks Bentley, Chase Rice & Ella Langley','Vibrant Arena at The MARK','Moline, IL','Friday','9/20/2024','7:00 PM','6261856','Dierks-Bentley--Chase-Rice---Ella-Langley-9-20-2024'],['The Avett Brothers','Vibrant Arena at The MARK','Moline, IL','Friday','10/25/2024','7:30 PM','6324205','The-Avett-Brothers-10-25-2024'],['Little Big Town & Sugarland','Vibrant Arena at The MARK','Moline, IL','Saturday','11/16/2024','7:00 PM','6369179','Little-Big-Town---Sugarland-11-16-2024'],['TobyMac, MercyMe & Zach Williams','Vibrant Arena at The MARK','Moline, IL','Sunday','11/17/2024','7:00 PM','6345973','TobyMac--MercyMe---Zach-Williams-11-17-2024'],['Heart & Jason Bonham's Led Zeppelin Experience','Vibrant Arena at The MARK','Moline, IL','Thursday','11/21/2024','8:00 PM','6356490','Heart---Jason-Bonham-s-Led-Zeppelin-Experience-11-21-2024']],'i wireless Center','http://www.ticketnetwork.com/ticket/i-wireless-Center-events.aspx');